* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

a,
em,
i,
s {
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

ul li,
ol li {
    list-style: none;
}

.indexGeneralTitle {
    color: #1169C0;
    font-size: 46px;
    position: relative;
    height: 62px;
    line-height: 62px;
    text-align: center;
    max-width: 1314px;
    margin: 0 auto;/*margin-bottom: 39px;*/
}

.indexGeneralTitle::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.indexGeneralTitle .lineLeft,.indexGeneralTitle .lineRight {
    position: relative;
    display: block;
    height: 1px;
    background-color: #1169C0;
    width: calc(50% - 170px);
    margin-top: 31px;
}

.indexGeneralTitle .lineLeft:after,
.indexGeneralTitle .lineRight::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #1169C0;
    border-radius: 12px;
    margin-top: -6px;
}

.indexGeneralTitle .lineLeft {
    float: left;
    text-align: right;
}

.indexGeneralTitle .lineLeft:after {
    float: right;
}

.indexGeneralTitle .lineRight {
    float: right;
}

.indexGeneralTitle01 {
    color: #1169C0;
    font-size: 46px;
    position: relative;
    height: 62px;
    line-height: 62px;
    text-align: center;
    max-width: 1314px;
    margin: 0 auto;
}

.indexGeneralTitle01 .lineLeft,
.indexGeneralTitle01 .lineRight {
    position: relative;
    display: block;
    height: 1px;
    background-color: #1169C0;
    width: calc(50% - 265px);
    margin-top: 31px;
}

.indexGeneralTitle01 .lineLeft:after,
.indexGeneralTitle01 .lineRight::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #1169C0;
    border-radius: 12px;
    margin-top: -6px;
}

.indexGeneralTitle01 .lineLeft {
    float: left;
    text-align: right;
}

.indexGeneralTitle01 .lineLeft:after {
    float: right;
}

.indexGeneralTitle01 .lineRight {
    float: right;
}

.el-carousel.el-carousel--horizontal .el-carousel__indicators {}

.el-carousel.el-carousel--horizontal .el-carousel__button {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 8px;
}


/* 底部 */

.pageFootWrap {
    background: #1764ce;
}

.pageFootWrap .selectGovernWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1314px;
    height: 68px;
    padding-top: 14px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 {
    width: 20%;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 .selectTitle {
    cursor: pointer;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    padding-right: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2 .selectTitle i {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    line-height: 40px !important;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(1) {
    padding-right: 8px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(2),
.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(3),
.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(4) {
    padding: 0 8px;
}

.pageFootWrap .selectGovernWrap .selectBtnWrap .layui-col-md2:nth-of-type(5) {
    padding-left: 8px;
}

.pageFootWrap .selectGovernWrap .selectListWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1314px;
}

.pageFootWrap .selectGovernWrap .selectListWrap .layui-col-md12 {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    width: 100%;
    bottom: 5px;
    left: 0;
    border-radius: 5px;
    z-index: 10;
}

.pageFootWrap .selectGovernWrap .selectListWrap .layui-col-md12.active {
    display: block;
}

.pageFootWrap .selectGovernWrap .selectListWrap .selectLsit li {
    float: left;
    width: 14%;
}

.pageFootWrap .selectGovernWrap .selectListWrap .selectLsit li a {
    display: block;
    width: 100%;
    color: #606266;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.pageFootWrap .contactWrap {
    background: #1764ce;
}

.pageFootWrap .contactWrap .contentList {
    width: 100%;
    height: auto;
    max-width: 1314px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 30px;
}

.pageFootWrap .contactWrap .contentList::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}
.pageFootWrap .contactWrap .contentList{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pageFootWrap .contactWrap .contentList li {
    width: 33.3%;
}
.pageFootWrap .contactWrap .contentList li.content00{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.pageFootWrap .contactWrap .contentList .img01 {*/
/*    width: 135px;*/
/*    height: 67px;*/
/*    margin-top: 30px;*/
/*}*/

.pageFootWrap .contactWrap .contentList .img01 img {
    width: 135px;
    height: 67px;
}

/*.pageFootWrap .contactWrap .contentList .img02 {*/
/*    width: 68px;*/
/*    height: 84px;*/
/*    margin-left: 48px;*/
/*    margin-top: 21px;*/
/*}*/

.pageFootWrap .contactWrap .contentList .img02 img {
    width: 68px;
    height: 84px;
}


.pageFootWrap .contactWrap .contentList .img03 img {
    width: 95px;
}

.pageFootWrap .contactWrap .content01,
.pageFootWrap .contactWrap .content02 {
    padding: 19px 25px 28px;
    background: rgba(10, 82, 154, .5);
    width: 312px;
    height: 196px;
    float: left;
}

.pageFootWrap .contactWrap .content01 span,
.pageFootWrap .contactWrap .content02 span {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.pageFootWrap .contactWrap .content01 {
    margin-left: 62px;
}

.pageFootWrap .contactWrap .content02 {
    width: auto;
    margin-left: 34px;
    text-align: center;
}
.pageFootWrap .contactWrap .content02 img {
    width: 180px;
}

.pageFootWrap .contactWrap .content03,
.pageFootWrap .contactWrap .content04 {
    width: 143px;
    height: 143px;
    padding-top: 37px;
    background: rgba(10, 82, 154, .5);
}

.pageFootWrap .contactWrap .content03 img,
.pageFootWrap .contactWrap .content04 img {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto 7px;
}

.pageFootWrap .contactWrap .content03 span,
.pageFootWrap .contactWrap .content04 span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
}
.pageFootWrap .contactWrap .content003 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.pageFootWrap .contactWrap .content03 {
    margin-right: 28px;
}

.pageFootWrap .contactWrap .content04 {
}


/* 下拉框 */

.el-select-dropdown.el-popper {
    width: 1314px!important;
    left: calc(50% - 657px)!important;
}

.el-select-dropdown.el-popper .popper__arrow {
    display: none!important;
}

.el-select-dropdown.el-popper .el-select-dropdown__list {
    padding: 20px 0;
}

.el-select-dropdown.el-popper .el-select-dropdown__list::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.el-select-dropdown.el-popper .el-select-dropdown__list .el-select-dropdown__item {
    float: left;
    width: 14%;
}

.el-select-dropdown.el-popper .el-select-dropdown__list .el-select-dropdown__item a {
    display: block;
    width: 100%;
    color: #606266;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*时间戳归档*/

.body-container .box-2-container{position:relative}
.pGuidangImg {
    position: absolute;
    right: 6%;
    top:0%;
    transform: rotate(25deg); z-index:88;
}

.pGuidangImg img {
    width: 77px;
    display: block;
    margin: 0 auto;
}

.pGuidangImg span {
    color: #DA5857;
    font-weight: 700;
    margin-top: 2%;
    display: block;
    font-size: 16px;
}
.ztmore{width:70px;height:30px;line-height:30px;display:block;font-size:14px;color:#fff;border-radius:20px;position:absolute;top:25%;right:10%;background: #1764ce;}
.ztmore:hover{color: #fff;}
/**底部改版20230413*/
.ftv3main{overflow: hidden;color: #fff;font-size: 16px; margin: 0 auto;width: 100%;max-width:1314px; padding: 0 0 35px 0;}
.ftv3main .ftv3con{ width: 980px; float: left; padding: 30px 0 0 0;}
.ftv3main .ftv3gzh{ width: 260px; float: right; padding: 30px 0 0 130px; text-align: center;}
.ftv3main .ftv3con .ftv3yi{overflow: hidden; padding: 0 0 28px 0;}
.ftv3main .ftv3con .ftv3yi .cuole{float: left;}
.ftv3main .ftv3con .ftv3yi .cuoce{float: left; padding: 8px 100px 0 0px;}
.ftv3main .ftv3con .ftv3yi .cuori{float: right; overflow: hidden;padding: 40px 0 0 0;}
.ftv3main .ftv3con .ftv3yi .cuole a{ margin-right: 20px;display: inline-block !important;}
.ftv3main .ftv3con .ftv3yi .cuoce p{ padding: 10px 0 0 0;line-height: 25px;}
.ftv3main .ftv3con .ftv3yi .cuori a{color: #fff;margin-left: 25px;width: 105px;display: inline-block;height: 25px; padding: 8px 0 0 35px;}
.ftv3main .ftv3con .ftv3yi .cuori a.a1{background:url(/material/pcUseLayui/images/ft_wzdt.png) no-repeat left top; }
.ftv3main .ftv3con .ftv3yi .cuori a.a2{background:url(/material/pcUseLayui/images/ft_tel.png) no-repeat left top; }
.ftv3main .ftv3con .ftv3banquan{height: 60px; line-height: 60px; border-top: solid 1px #6a93cb; width: 980px;}
.ftv3main .ftv3con .ftv3banquan span{margin-right: 137px;}
.ftv3main .ftv3con .ftv3banquan span:nth-child(3){margin-right: 0;}
.ftv3main .ftv3con .ftv3banquan span a{color:#fff;}
.ftv3main .ftv3gzh img{width: 120px; height: 120px; margin: 0 0 5px 0;}
.ftv3main .ftv3gzh p{line-height: 20px;}

